home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Graphics / STIMP_noise / doc / pgmminimax.txt < prev    next >
Encoding:
Text File  |  1998-01-30  |  1.6 KB  |  69 lines

  1.  
  2.                 Documentation for the program "pgmminimax"
  3.                ============================================
  4.  
  5.  
  6.                                   PURPOSE
  7.                                  ---------
  8.  
  9. This operator performs minimax smoothing on PGM images.
  10.  
  11. ENGLISH: Please read the file "noise.english.txt" for further information
  12.          about the archives contents, the installation, the copyright
  13.          notice and the author.
  14.  
  15. DEUTSCH: Bitte lesen Sie die Datei "noise.deutsch.txt" für weitergehende
  16.          Informationen bezüglich des Archivinhalts, der Installation, der
  17.          Copyright-Notiz und des Autors.
  18.  
  19.  
  20.                            START OF THE PROGRAM
  21.                           ----------------------
  22.  
  23. Syntax: pgmminimax [+v|-v] [-3|-5|-7|-9] [-p|-h|-e] file1 file2
  24.  
  25. Options:
  26.  
  27. +v      : use verbose-mode (default)
  28. -v      : no verbose-mode
  29.  
  30. -3      : filter size: 3x3 (default)
  31. -5      : filter size: 5x5
  32. -7      : filter size: 7x7
  33. -9      : filter size: 9x9
  34.  
  35. -p      : mask: plus shaped (default)
  36. -h      : mask: horizontal only
  37. -e      : mask: vertical only
  38.  
  39. file1   : PGM-file, source
  40. file2   : PGM-file, destination
  41.  
  42.  
  43.                                  EXAMPLES
  44.                                 ----------
  45.  
  46. pgmminimax -5 -p Temp:Noisy.PGM Temp:Minimax.PGM
  47.  
  48.  
  49.                                    PLANS
  50.                                   -------
  51.  
  52. None. (Maybe someone detects an error ?)
  53.  
  54.  
  55.                                   HISTORY
  56.                                  ---------
  57.  
  58. Version 1.02, 30.Jan.98
  59. - new includes
  60. - source code optimized
  61.  
  62. Version 1.01, 11.Dec.97
  63. - first release
  64. - corrected an error
  65.  
  66. Version 1.00, 10.Dec.97
  67. - first version
  68.  
  69.